.modal-error-body.modalInnerContent{
    padding: 25px 60px;
    .space{
        margin-bottom: 5px;
        overflow: hidden;
    }
    .verificarDatos{
        color:#ff944d; 
    padding: 15px 0px;
    font-weight: 800;
    }
    .right-error-modal.modalInnerContent{
        h2{
            text-align: center;
            font-size: 20px;
        }
        margin: 0 auto;
        float: none;
        input{
            background-color: #ffffff;
            border: 1px solid #cccccc;
            border-radius: 7px;
            height: 31px;
            width: 100%;
        }
    }
}
    
    .modalInnerContentButton{
        &:before{
            content: "";
            width: 90%;
            height: 2px;
            border-bottom:1px dashed #ccc;
            position: absolute;
            left: 50%;
            margin-left: -45%;
            top:0px;
             
        }
        text-align: right;
        padding: 20px 30px !important;
        margin-bottom: 0px;
        position: relative;
        overflow: hidden;
    }



.modalemail .right-error-modal{
    text-align: center !important;
    input{
        &:hover,
        &:focus,
        &:visited,
        &:active{
            outline: 0px;
            border: 1px solid #ff6600;
        }
        
    }

}

.modal-header{
        
        .modal-title{
            float: left;
        }
        button{
            float: right;
            width: auto;
            min-width: auto;
            background-color: transparent !important;
            color:#ff6600;
            border: 0px;
            padding: 0px !important;
            i{
                color: #ff6600;
                padding: 0px;
                margin: 0px;
                height: auto;
            }
        }
}

.modalemail {
    button{
        &[disabled]{
            background-color: #e5e5e5;
            border: solid 1px #cccccc;
            color:#999;            
            &:hover,
            &:visited,
            &:focus,
            &:active{
                background-color: #e5e5e5;
                border: solid 1px #cccccc;
                color:#999;
            }
        }
    }
}
.modalemail .right-error-modal h4 {
    padding-right: 0px !important;
}

.modalemail .right-error-modal input{
        height: 35px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-top: 15px;
    width: 45%;
}

.modal-header{
    h4{
        color: #999999;
    }
}
.modal-body{
    .btn-right{
        padding: 6px 10px;
    }

    .modal-error-body{
        padding: 50px 60px;
        .left-error-modal{
            text-align: right;
            i{
                font-size: 70px;
                &.blue{
                    color: #3686af;
                }
                &.green{
                    color: #81ba00;
                }
                &.red{
                    color: #bb4945;
                }
            }
        }
        .right-error-modal{
            text-align: left;
            h4{
                padding-top: 10px;
                padding-right: 80px;
                font-family: "Roboto Light", sans-serif;
                color: #333333;
                font-size: 14px;
            }
        }
    }
    .inner-Model-buttons{
        text-align: right;
        padding: 10px 30px;
        margin-bottom: 10px;
        button{
            margin: 0 8px;
            &.btn-default{
                padding: 6px 10px !important;
            }
        }
    }
}


@media (min-width: 771px) and (max-width: 2000px){
    .modal .modal-dialog .modal-content .inner-Model-buttons button{
        width: auto !important;
        min-width: 80px !important;

     }
     .Mobil{
        display: none;
     }
}
@media (min-width: 0px) and (max-width: 770px) {
    .noMobil{
        display: none;
    }
    .modal .modal-dialog .modal-content .modal-header{
        border-bottom: 1px solid #ff944d!important;
        height: 70px!important;
        padding: 20px !important;
        overflow: hidden;
        .modal-title{
            float: left;
            width: 80%;
        }
        button{
            width: 15%;
            height: 100%;
            text-align: right;
        }
    }
    .hidden-mobile{
        display: none;
    }
    .modalemail .right-error-modal input{
        width: 100%;
    }
    .modal-body .modal-error-body {
        padding: 20px;
    }
    .modal-body .modal-error-body .left-error-modal{
        text-align: center;
    }

    .modal-body .modal-error-body .right-error-modal{
        text-align: center;
    }

    .modal-body .modal-error-body .right-error-modal h4{
        padding-right: 0px;
        word-break: break-word;
    }

    .modal-body .inner-Model-buttons button.btn-left {
        margin-bottom: 20px;
    }
    .modal .modal-dialog .modal-content .inner-Model-buttons button{
        width: 100% !important;
    }
}